home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / FLEET.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  2.7 KB  |  105 lines

  1. REM
  2. REM The Name of this file is: FLEET.B50
  3. REM               For use wih FLEET DEFENDER by MicroProse
  4. REM
  5. REM               This is for use with FLCS B50 Stick
  6. REM
  7. REM ╔═══════════════════════════════════════════════════════════════════════╗
  8. REM ║Mark II WCS Base Switch Settings                                       ║
  9. REM ║Black Hat switch = Digital                                             ║
  10. REM ║Red Switch       = Analog                                              ║
  11. REM ╚═══════════════════════════════════════════════════════════════════════╝
  12. REM
  13. REM NOTE:  No throttle statement is needed with the WCS II run thru the
  14. REM        FLCS as analog! When no throttle statement is encountered for the
  15. REM        WCS II, it is assumed ANALOG and the RED switch must be in ANALOG.
  16. REM
  17. REM ╔═════════════════════════════════════════════════════════════╗
  18. REM ║Game Settings: (Settings required for this game to use WCSII)║
  19. REM ╚═════════════════════════════════════════════════════════════╝
  20. REM ╔═════════════════════════════════════════════════════╗
  21. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  22. REM ╚═════════════════════════════════════════════════════╝
  23.  
  24. MDEF FLEET
  25.  
  26. REM ╔════════════════════════════════════════════════════════╗
  27. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  28. REM ║ want your ADV file to reference.  For example, if you  ║
  29. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  30. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  31. REM ╚════════════════════════════════════════════════════════╝
  32.  
  33. USE WCS
  34.  
  35. RATE 75
  36.  
  37. REM ╔════════════════════════════════════════════════════════════╗
  38. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  39. REM ╚════════════════════════════════════════════════════════════╝
  40.  
  41. REM ╔════════════════════════╗
  42. REM ║FLCS Buttons Commands:  ║
  43. REM ╚════════════════════════╝
  44.  
  45.  
  46. BTN H1U PadlockView/Fwd
  47.  
  48. BTN H1L LeftViews
  49.  
  50. BTN H1R RightViews
  51.  
  52. BTN H1D LowerView/Fwd
  53.  
  54. BTN S1 IFF
  55.  
  56. BTN S2 /N Pickle
  57.  
  58. BTN S3 /T TactView /T RevTactView
  59.  
  60. BTN S4 Speedbrake
  61.  
  62. BTN H2U /N Master
  63.  
  64. BTN H2L /N Autopilot
  65.  
  66. BTN H2R /T /N FormationLights /T /N ExternalLights
  67.  
  68. BTN H2D /T /N HSD/TID /T /N VDI/TCS
  69.  
  70. BTN H3U GoTactical
  71.  
  72. BTN H3L ReqAssist
  73.  
  74. BTN H3R Sanitize
  75.  
  76. BTN H3D AttackMyTgt
  77.  
  78. BTN H4U RIO
  79.  
  80. BTN H4L Landing
  81.  
  82. BTN H4R TOMCATBall
  83.  
  84. BTN H4D RadarOnOff
  85.  
  86. REM ╔════════════════════════╗
  87. REM ║WCS II Buttons Commands:║
  88. REM ╚════════════════════════╝
  89.  
  90. BTN T1 Chaff&Flare
  91.  
  92. BTN T2 /N Jammer
  93.  
  94. BTN T3 /T Lock/Cycle /T BreakLock
  95.  
  96. BTN T4 /N AutoTrim
  97.  
  98. BTN T5 /T Guns /T Sparrow
  99.  
  100. BTN T6 /T Sidewinder /T Phoenix
  101.  
  102. BTN T7 /P /N Awacs /R Awacs
  103.  
  104. BTN T8 /P /N LandingMode /R LandingMode
  105.